viewport: Tweak docs
authorMatthias Clasen <mclasen@redhat.com>
Mon, 1 Mar 2021 06:42:20 +0000 (01:42 -0500)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 11 Mar 2021 16:37:36 +0000 (16:37 +0000)
gtk/gtkviewport.c

index 09c68627d43ccb6afa689a3fd36b7284343167b5..1e9e4e1235de7533586e52b01ab7041337532923 100644 (file)
@@ -40,9 +40,8 @@
 /**
  * GtkViewport:
  *
- * The `GtkViewport` widget acts as an adaptor class, implementing
- * scrollability for child widgets that lack their own scrolling
- * capabilities.
+ * `GtkViewport` implements scrollability for widgets that lack their
+ * own scrolling capabilities.
  *
  * Use `GtkViewport` to scroll child widgets such as `GtkGrid`,
  * `GtkBox`, and so on.